projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed2aa23
)
Fix typo in comment string.
author
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 30 Aug 2004 20:31:09 +0000
(20:31 +0000)
committer
Jan Djärv
<jan.h.d@swipnet.se>
Mon, 30 Aug 2004 20:31:09 +0000
(20:31 +0000)
src/xmenu.c
patch
|
blob
|
history
diff --git
a/src/xmenu.c
b/src/xmenu.c
index 229f9c37de71ef41ca274b2674498caa5a779db0..7f6e7c398a9619173c4f6816ba8b65da524df1ae 100644
(file)
--- a/
src/xmenu.c
+++ b/
src/xmenu.c
@@
-1788,7
+1788,7
@@
digest_single_submenu (start, end, top_level_items)
return first_wv;
}
-/* Walk through th
w
widget_value tree starting at FIRST_WV and update
+/* Walk through th
e
widget_value tree starting at FIRST_WV and update
the char * pointers from the corresponding lisp values.
We do this after building the whole tree, since GC may happen while the
tree is constructed, and small strings are relocated. So we must wait